home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Java / Java Web Start.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-08-30  |  2.6 KB  |  90 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>jnlp</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>jnlp.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>JNLP files</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>JNLX</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Viewer</string>
  24.         </dict>
  25.     </array>
  26.     <key>CFBundleExecutable</key>
  27.     <string>Java Web Start</string>
  28.     <key>CFBundleGetInfoString</key>
  29.     <string>2.0.2 (for JDK 1.4.2), Copyright 2001-2004 Apple Computer</string>
  30.     <key>CFBundleHelpBookFolder</key>
  31.     <string>JWSHelp</string>
  32.     <key>CFBundleHelpBookName</key>
  33.     <string>Java Web Start Help</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>WebStart.icns</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>com.apple.WebStart</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundleName</key>
  41.     <string>Java Web Start</string>
  42.     <key>CFBundlePackageType</key>
  43.     <string>APPL</string>
  44.     <key>CFBundleShortVersionString</key>
  45.     <string>2.0.2</string>
  46.     <key>CFBundleSignature</key>
  47.     <string>jnlp</string>
  48.     <key>CFBundleVersion</key>
  49.     <string>2.0.2</string>
  50.     <key>CSResourcesFileMapped</key>
  51.     <true/>
  52.     <key>Java</key>
  53.     <dict>
  54.         <key>ClassPath</key>
  55.         <array>
  56.             <string>$APP_PACKAGE/Contents/MacOS/javaws.jar</string>
  57.         </array>
  58.         <key>JVMVersion</key>
  59.         <string>1.4*</string>
  60.         <key>MainClass</key>
  61.         <string>com.sun.javaws.Main</string>
  62.         <key>Properties</key>
  63.         <dict>
  64.             <key>java.security.policy</key>
  65.             <string>file://localhost/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/WebStartHome/javaws.policy</string>
  66.             <key>jnlpx.deployment.system.home</key>
  67.             <string>$APP_PACKAGE/Contents/MacOS</string>
  68.             <key>jnlpx.deployment.user.home</key>
  69.             <string>$USER_HOME/Library/Caches/Java Web Start</string>
  70.             <key>jnlpx.home</key>
  71.             <string>$APP_PACKAGE/Contents/MacOS</string>
  72.             <key>jnlpx.jvm</key>
  73.             <string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/java</string>
  74.             <key>jnlpx.remove</key>
  75.             <string>false</string>
  76.             <key>jnlpx.splashport</key>
  77.             <string>-1</string>
  78.             <key>trustProxy</key>
  79.             <string>true</string>
  80.         </dict>
  81.     </dict>
  82.     <key>LSHasLocalizedDisplayName</key>
  83.     <true/>
  84.     <key>NSMainNibFile</key>
  85.     <string>JavaWebStart</string>
  86.     <key>NSPrincipalClass</key>
  87.     <string>NSApplication</string>
  88. </dict>
  89. </plist>
  90.